home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MEDICAL / H121A.ZIP / CDISK1.BAT < prev    next >
DOS Batch File  |  1991-07-16  |  533b  |  21 lines

  1. : 218624 221184 229376 245760 278528 
  2. :rem *DOS commands needed to create directories, change to directories,
  3. :rem ** and expand and copy the files in this group.  Uses parameter
  4. :rem ** *%1, source disk.
  5. if not exist %1command.com goto continue
  6. echo off
  7. echo  
  8. echo  If you need to switch disks in drive %1, please do so now.
  9. echo  
  10. pause
  11. echo on
  12. :continue
  13. copy install.exe  %1
  14. copy files1.*  %1
  15. copy disk1.bat  %1
  16. copy cdisk1.bat  %1
  17. copy groups.dat  %1
  18. copy config.sys %1
  19. copy readme. %1
  20. copy wipe_e5.bat %1
  21.